@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.bg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10%;
  display: block;
  width: 100%;
  height: 110%;
}
.banner {
  position: relative;
  z-index: 1;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 340px;
}
.banner .bannerSwiper video{
  display: block;
  object-fit: cover;
  height: 340px;
  margin: auto;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  z-index: 3;
  text-align: center;
}
.banner .banner-pagination span {
  border: 1px #316bcb solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #316bcb;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -50px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.banner .banner-prev:before {
  content: "<";
  font-family: simsun;
  color: #fff;
  font-size: 34px;
}
.banner .banner-prev:hover {
  background-color: rgba(49, 107, 203, 0.7);
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -50px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.banner .banner-next:before {
  content: ">";
  font-family: simsun;
  color: #fff;
  font-size: 34px;
}
.banner .banner-next:hover {
  background-color: rgba(49, 107, 203, 0.7);
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .calendar {
  height: 65px;
  background: url(../images/banrlbg.png) center bottom no-repeat;
  background-color: #e8effa;
  position: relative;
}
.banner .calendar .calendar_date {
  position: absolute;
  z-index: 3;
  background-color: #e8effa;
  bottom: 100%;
  right: 0;
  width: 250px;
  padding: 0 40px;
  height: 65px;
  padding-top: 35px;
  line-height: 30px;
  color: #316bcb;
  text-align: center;
  font-size: 18px;
}
.banner .calendar .calendar_bar {
  position: absolute;
  z-index: 3;
  background-color: #e8effa;
  bottom: 100%;
  left: 0;
  width: 250px;
  padding: 0 40px;
  height: 65px;
  padding-top: 35px;
  line-height: 30px;
}
.banner .calendar .calendar_bar:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.banner .calendar .calendar_bar .calendar_prev {
  float: left;
  text-align: center;
  width: 20px;
  font-size: 24px;
  cursor: pointer;
  text-shadow: 1px 0 0 #333;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .calendar .calendar_bar .calendar_prev:hover {
  color: #316bcb;
  text-shadow: 1px 0 0 #316bcb;
}
.banner .calendar .calendar_bar .calendar_prev:before {
  content: "<";
  font-family: simsun;
}
.banner .calendar .calendar_bar .nowTime {
  float: left;
  width: 100px;
  color: #316bcb;
  text-align: center;
  font-size: 18px;
}
.banner .calendar .calendar_bar .calendar_next {
  float: left;
  text-align: center;
  width: 20px;
  font-size: 24px;
  cursor: pointer;
  text-shadow: 1px 0 0 #333;
  display: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .calendar .calendar_bar .calendar_next:before {
  content: ">";
  font-family: simsun;
}
.banner .calendar .calendar_box {
  display: flex;
  justify-content: space-around;
}
.banner .calendar .calendar_box li {
  line-height: 65px;
  font-family: Arial;
  font-size: 16px;
}
.banner .calendar .calendar_box li.active {
  color: #316bcb;
  font-weight: bold;
}
.title {
  height: 50px;
  background-color: #eeeeee;
  border-radius: 1px;
  line-height: 50px;
}
.title h3 {
  float: left;
  width: 155px;
  height: 50px;
  background: url(../images/titbg.png) 0 center no-repeat;
  font-size: 20px;
  padding-left: 28px;
  color: #f6fafe;
  line-height: 50px;
}
.title .more {
  float: right;
  margin-right: 20px;
  color: #999999;
}
.title .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #316bcb;
}
.inCon {
  background: url(../images/inbg.jpg) center 0 no-repeat;
  padding: 60px 0 28px;
}
.inCon .conL {
  float: left;
  width: 370px;
}
.inCon .gg {
  height: 272px;
}
.inCon .gg .ggTabs {
  margin-top: 20px;
}
.inCon .gg .ggTabs .bd {
  height: 162px;
}
.inCon .gg .ggTabs .bd ul li {
  padding-right: 55px;
  height: 54px;
  line-height: 52px;
  border-bottom: 1px dashed #dddddd;
  position: relative;
}
.inCon .gg .ggTabs .bd ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #316bcb;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.inCon .gg .ggTabs .bd ul li:hover:after,
.inCon .gg .ggTabs .bd ul li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.inCon .gg .ggTabs .bd ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
  font-family: Arial;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inCon .gg .ggTabs .bd ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inCon .gg .ggTabs .bd ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.inCon .gg .ggTabs .bd ul li:hover .bt {
  color: #316bcb;
}
.inCon .gg .ggTabs .bd ul li:hover .date {
  color: #316bcb;
}
.inCon .video .box {
  height: 250px;
  border-radius: 2px;
  border: solid 2px #dddddd;
}
.inCon .video .box img,
.inCon .video .box iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
}
.inCon .conC {
  float: left;
  width: 390px;
  margin-left: 45px;
}
.inCon .conC .list {
  margin-top: 12px;
}
.inCon .conC .list ul li {
  padding-right: 55px;
  height: 70px;
  line-height: 69px;
  border-bottom: 1px dashed #dddddd;
  padding-left: 36px;
  position: relative;
}
.inCon .conC .list ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #316bcb;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.inCon .conC .list ul li:hover:after,
.inCon .conC .list ul li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.inCon .conC .list ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 100%;
  background: url(../images/newsli.png) 0 center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.inCon .conC .list ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
  font-family: Arial;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inCon .conC .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inCon .conC .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.inCon .conC .list ul li:hover:before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.inCon .conC .list ul li:hover .bt {
  color: #316bcb;
  font-weight: bold;
}
.inCon .conC .list ul li:hover .date {
  color: #316bcb;
}
.inCon .conR {
  float: right;
  width: 350px;
  background-color: #f5f5f5;
}
.inCon .conR .list {
  height: 522px;
  position: relative;
  padding-top: 18px;
}
.inCon .conR .list:before {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  left: 50%;
  height: 434px;
  border-left: dashed 1px #dddddd;
}
.inCon .conR .list ul {
  overflow: hidden;
}
.inCon .conR .list ul li {
  float: left;
  border-top: dashed 1px #dddddd;
  width: 150px;
  margin: 0 12px;
  position: relative;
  top: -1px;
}
.inCon .conR .list ul li a {
  display: block;
  height: 97px;
  padding-top: 16px;
  text-align: center;
  color: #666666;
}
.inCon .conR .list ul li a i {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border: solid 1px #cccccc;
  border-radius: 100%;
  margin: auto;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inCon .conR .list ul li a i img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inCon .conR .list ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 4px;
  height: 26px;
  line-height: 26px;
}
.inCon .conR .list ul li a:hover {
  color: #316bcb;
}
.inCon .conR .list ul li a:hover i {
  background: #316bcb;
  border-color: #316bcb;
}
.inCon .conR .list ul li a:hover i img {
  -webkit-filter: brightness(300%);
  filter: brightness(300%);
}
.inCon .conR .list ul li a:hover span {
  font-weight: bold;
}
.inCon2 {
  padding: 20px 0 50px;
}
.track .tdTit {
  text-align: center;
  line-height: 1;
  font-size: 24px;
}
.track .tdTit:after {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  margin: auto;
  margin-top: 12px;
  background: #333;
}
.track .list {
  margin-top: 14px;
}
.track .list ul {
  margin-top: 16px;
  margin-right: -16px;
}
.track .list ul li {
  margin-right: 10px;
  float: left;
  margin-top: 16px;
}
.track .list ul li a {
  display: block;
  width: 192px;
  height: 74px;
  padding-right: 15px;
  padding-left: 5px;
  background: url(../images/tdli1.png) 0 center no-repeat;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.track .list ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 26px;
  line-height: 26px;
}
.track .list ul li a i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 22px;
  color: #dddddd;
  text-transform: uppercase;
}
.track .list ul li a:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.track .list ul li.li2 a,
.track .list ul li.li8 a {
  background: url(../images/tdli2.png) 0 center no-repeat;
}
.track .list ul li.li3 a,
.track .list ul li.li9 a {
  background: url(../images/tdli3.png) 0 center no-repeat;
}
.track .list ul li.li4 a,
.track .list ul li.li10 a {
  background: url(../images/tdli4.png) 0 center no-repeat;
}
.track .list ul li.li5 a,
.track .list ul li.li11 a {
  background: url(../images/tdli5.png) 0 center no-repeat;
}
.track .list ul li.li6 a,
.track .list ul li.li12 a {
  background: url(../images/tdli6.png) 0 center no-repeat;
}
.links {
  margin-top: 30px;
  display: flex;
  display: none;
}
.links .tit {
  float: left;
  width: 107px;
  height: 34px;
  position: relative;
  width: 165px;
  height: 50px;
  background-color: #316bcb;
  line-height: 50px;
  color: #fff;
  font-family: Arial;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.links .list {
  overflow: hidden;
  flex: 1;
  font-size: 0;
  padding-left: 10px;
  width: 1035px;
  float: right;
}
.links .list a {
  margin-left: 20px;
  display: inline-block;
  height: 30px;
  border: solid 1px #dddddd;
  line-height: 28px;
  padding: 0 16px;
  text-align: center;
  position: relative;
  color: #999999;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.links .list a:hover {
  color: #316bcb;
  border-color: #316bcb;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.related {
  background-color: #eeeeee;
  padding: 17px 0;
}
.related .tit {
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  color: #316bcb;
  float: left;
}
.related .list {
  float: right;
  width: 1060px;
}
.related .list dl {
  float: left;
  position: relative;
  width: 250px;
  height: 35px;
  margin-left: 20px;
}
.related .list dl:first-child {
  margin-left: 0;
}
.related .list dl dt {
  height: 35px;
  line-height: 33px;
  border: solid 1px #cccccc;
  padding-right: 30px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #ffffff;
}
.related .list dl dt:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/xglinkli.png) center center no-repeat;
  width: 10px;
  height: 7px;
  top: 13px;
  right: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.related .list dl dd {
  max-height: 200px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  left: 0;
  top: 100%;
  position: absolute;
  z-index: 5;
  min-width: 100%;
  overflow: auto;
  padding-right: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.related .list dl:nth-child(4) dd {
  left: auto;
  right: 0;
}
.related .list dl dd::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.related .list dl dd ul li a {
  display: block;
  height: 40px;
  line-height: 39px;
  padding-left: 20px;
  white-space: nowrap;
}
.related .list dl dd ul li a:hover {
  color: #316bcb;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.related .list dl:hover dt {
  color: #316bcb;
}
.related .list dl:hover dd {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: initial;
}

.tdtit{
  margin-top: 30px;
  height: 45px;
  line-height: 45px;
}
.tdtit h3{
  height: 45px;
  line-height: 45px;
}
.tdtit:after{
  content: "→";
  display: block;
  float: right;
  font-size: 18px;
  color: #999999;
  margin-right: 20px;
  line-height: 46px;
}

.zsLinkBtnR{
  position: absolute;
  top: 1404px;
  right: 20px;
  display: none;
}